home *** CD-ROM | disk | FTP | other *** search
/ Catch Me If You Can Press Kit / Catch Me if You Can Press Kit.iso / mac / Catch Me If You Can.dxr / scripts_27_goFullFrame.ls < prev    next >
Encoding:
Text File  |  2002-11-21  |  259 b   |  14 lines

  1. property spriteNum, mySprite, myName
  2. global currPhoto, currNum, thumbList
  3.  
  4. on beginSprite me
  5.   mySprite = sprite(spriteNum)
  6.   myName = mySprite.member.name
  7. end
  8.  
  9. on mouseUp me
  10.   currPhoto = myName
  11.   currNum = thumbList.getPos(currPhoto)
  12.   go("full frame")
  13. end
  14.